Integer[].Read (gb)

Sub Read ( Stream As Stream [ , Start As Integer, Length As Integer ] )

Fills an array by reading the data directly from a stream.

  • Start specifies where the data are to be stored in the array. By default, data are stored at the beginning of the array.

  • Length is the number of elements that will be read from the file. By default, data are read until the end of the array is reached.